
 package      TI_BC_7A is
   
-- this is already included by the mainline,
-- some tools may or may not want it included here as well.
--
-- use STD_1149_1_1994.all;   -- Get definition of "Cell_Info"

   constant BC_7A : CELL_INFO;

 end          TI_BC_7A;

 package body TI_BC_7A is

-- Description for special cell BC_7A        added 2001-Feb-15
-- uniform cell description for C6400

constant BC_7A : CELL_INFO :=
 ((BIDIR_IN, EXTEST,  PI),  (BIDIR_OUT, EXTEST,  PO),
  (BIDIR_IN, SAMPLE,  PI),  (BIDIR_OUT, SAMPLE,  PI),
  (BIDIR_IN, INTEST,  UPD), (BIDIR_OUT, INTEST,  PI),

  (INTERNAL, EXTEST,  X),   (OUTPUT3,   EXTEST,  PO),
  (INTERNAL, SAMPLE,  X),   (OUTPUT3,   SAMPLE,  PI),
  (INTERNAL, INTEST,  X),   (OUTPUT3,   INTEST,  PI),

  (CONTROL,  EXTEST,  PI),  (INPUT,     EXTEST,  PI),
  (CONTROL,  SAMPLE,  PI),  (INPUT,     SAMPLE,  PI),
  (CONTROL,  INTEST,  PI),  (INPUT,     INTEST,  PI)
 );

end          TI_BC_7A;   -- End of  Package Body
